home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETDGSXB.IN_ / netdgsxb.inf
Encoding:
INI File  |  1999-10-19  |  8.8 KB  |  219 lines

  1. ; Digi Wan Links Interface Cards.
  2. ;
  3. ; Copyright 1995-1997, Digi International
  4.  
  5. [version]
  6. LayoutFile=layout.inf
  7. signature="$Windows NT$"
  8. Class=Net
  9. ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
  10. provider=%DIGI%
  11. DriverVer=10/19/1999,2.2.0.0
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect=PCI\VEN_114F&DEV_000D
  15.  
  16. [Manufacturer]
  17. %DIGI%=DIGIWANLINKS
  18.  
  19.  
  20. [DIGIWANLINKS]
  21. %WanLinksPciSyncPort.DeviceDesc%  = WanLinksPciSyncPort.ndi,  PCI\VEN_114F&DEV_000D
  22. %WanLinksIsaSyncPort.DeviceDesc%  = WanLinksIsaSyncPort.ndi, WanLinksIsaSyncPort
  23.  
  24. ;****************************************************************************
  25. ; WanLinks Adapter Install Sections
  26. ;****************************************************************************
  27. ;PCI Card
  28. [WanLinksPciSyncPort.ndi.NT]
  29. AddReg            = WanLinksCommon.ndi.reg, WanLinksSyncPort.ndi.reg, WanLinksCommon.staticparams.reg, WanLinksPciSyncPort.staticparams.reg
  30. Characteristics    = 0x84 ;  NCF_HAS_UI | NCF_PHYSICAL
  31. CopyFiles        = CommonDriver.CopyFiles, UpperLevelDriverInstallers.CopyFiles, WanLinksPciSyncPort.CopyFiles, SNMPDLL.CopyFiles, Help.CopyFiles
  32. BusType        = 0x5    ; PCI
  33.  
  34. ;ISA Card
  35. [WanLinksIsaSyncPort.ndi.NT]
  36. AddReg            = WanLinksCommon.ndi.reg, WanLinksSyncPort.ndi.reg, WanLinksCommon.staticparams.reg, WanLinksIsaSyncPort.staticparams.reg
  37. Characteristics    = 0x84 ;  NCF_HAS_UI | NCF_PHYSICAL
  38. LogConfig       = DigiSync.LogConfig
  39. CopyFiles        = CommonDriver.CopyFiles, UpperLevelDriverInstallers.CopyFiles, WanLinksIsaSyncPort.CopyFiles, SNMPDLL.CopyFiles, Help.CopyFiles
  40. BusType        = 0x1    ; ISA
  41. [WanLinksIsaSyncPort.ndi.NT.Factdef]
  42. IOConfig       = 328-32B
  43. MemConfig      = D0000-D7FFF
  44. IRQConfig          = 10
  45. ;****************************************************************************
  46. ; Logical Configuration Section
  47. ; IO Range = 4bytes
  48. ; Mem Range = 32K
  49. ; 1st pair/value is default
  50. ;****************************************************************************
  51. [DigiSync.LogConfig]
  52. IOConfig                = 328-32B, 108-10B, 118-11B, 128-12B, 208-20B, 228-22B, 308-30B
  53. MEMCONFIG               = D0000-D7FFF, C0000-C7fff, C8000-CFFFF, D8000-DFFFF, E0000-E7FFF, E8000-EFFFF
  54. IRQCONFIG               = 10,3,5,7,11,12,15  ; 0 indicates POLLING
  55. ConfigPriority  = HARDRECONFIG
  56.  
  57.  
  58. ;****************************************************************************
  59. ; WanLinks Adapter Services Sections
  60. ;****************************************************************************
  61. [WanLinksPciSyncPort.ndi.NT.Services]
  62. AddService = DIGISXB, 2, WanLinksCommon.AddService, WanLinksCommon.AddEventLog
  63.  
  64. [WanLinksIsaSyncPort.ndi.NT.Services]
  65. AddService = DIGISXB, 2, WanLinksCommon.AddService, WanLinksCommon.AddEventLog
  66.  
  67. ;****************************************************************************
  68. ; WanLinks Adapter CoInstaller Sections
  69. ;****************************************************************************
  70.  
  71. [WanLinksPciSyncPort.ndi.NT.CoInstallers]
  72. CopyFiles = PropPages.CopyFiles
  73. AddReg=WanLinksCommon.CoInstaller_AddReg
  74.  
  75. [WanLinksIsaSyncPort.ndi.NT.CoInstallers]
  76. CopyFiles = PropPages.CopyFiles
  77. AddReg=WanLinksCommon.CoInstaller_AddReg
  78.  
  79. ;****************************************************************************
  80. ; Common Sections
  81. ;****************************************************************************
  82.  
  83. [WanLinksCommon.CoInstaller_AddReg]
  84. HKR,,CoInstallers32,0x00010000,"syncprop.dll,DigiSyncCoInstaller"
  85.  
  86. [WanLinksCommon.AddService]
  87. DisplayName         = %DIGISXB.DispName%
  88. ServiceType     = 1 ; SERVICE_KERNEL_DRIVER
  89. StartType          = 1 ; SERVICE_SYSTEM_START     
  90.     ; StartType can be:
  91.     ; 0 == SERVICE_BOOT_START
  92.     ; 1 == SERVICE_SYSTEM_START
  93.     ; 2 == SERVICE_AUTO_START
  94.     ; 3 == SERVICE_DEMAND_START
  95.     ; 4 == SERVICE_DISABLED
  96. ErrorControl     = 1 ; SERVICE_ERROR_NORMAL
  97. ServiceBinary     = %12%\DIGISXB.SYS
  98. LoadOrderGroup     = NDIS ; DEFAULT_GROUP
  99.  
  100. [WanLinksCommon.AddEventLog]
  101. AddReg=WanLinksCommon.AddEventLog.reg
  102.  
  103. [WanLinksCommon.AddEventLog.reg]
  104. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\digisxb.sys"
  105. HKR,,TypesSupported,%REG_DWORD%,7
  106.  
  107. ;****************************************************************************
  108. ; WanLinks Adapter NDI Registry Sections
  109. ;****************************************************************************
  110. [WanLinksCommon.ndi.reg]
  111. ; NDI General Information
  112. HKR, Ndi, Service, , "DIGISXB"
  113.  
  114. ; NDI Binding
  115. HKR, Ndi\Interfaces, DefUpper,     , "noupper"
  116. HKR, Ndi\Interfaces, DefLower,     , "nolower"
  117. HKR, Ndi\Interfaces, UpperRange,     , "noupper"
  118. HKR, Ndi\Interfaces, LowerRange,     , "nolower"
  119.  
  120. [WanLinksSyncPort.ndi.reg]
  121. HKR, Ndi, HelpText, , %WanLinksSyncPort.HelpText%
  122.  
  123. [WanLinksPRIme.ndi.reg]
  124. HKR, Ndi, HelpText, , %WanLinksPRIme.HelpText%
  125.  
  126. ;**************************************************************************************
  127. ; WanLinks Adapter Static Params
  128. ;**************************************************************************************
  129. [WanLinksCommon.staticparams.reg]
  130. HKLM, SOFTWARE\Digi\WanLinks,    BaseDeviceName,    0x00000000, "DigiSxb"
  131. HKLM,Software\Digi\DigiSxb\CurrentVersion,ServiceName,0x00000000,"DIGISXB"
  132. HKLM,Software\Digi\DigiSxb\CurrentVersion,Title,0x00000000,%DIGISXB.DispName%     
  133. HKR, , EnumPropPages32, , "syncprop.dll, DigiSyncPropPageProvider"
  134. HKR, VendorSpecific,          NumLines,        0x00010001, 2
  135. HKR, VendorSpecific,          ImageDir,        0x00000000, "Digi\WanLinks\"
  136. HKR, ,                      DigiNumPorts,   0x00010001, 2
  137. HKR,VendorSpecific\0,                               Snid,                            0x00000000,"A"
  138. HKR,VendorSpecific\1,                               Snid,                            0x00000000,"B"
  139.  
  140. [WanLinksPciSyncPort.staticparams.reg]
  141. HKR, VendorSpecific,          SxbImageFile,        0x00000000, "sxbfep.pci"
  142. HKR, VendorSpecific,          BiosImageFile,    0x00000000, "sxbbios.pci"
  143.  
  144. [WanLinksIsaSyncPort.staticparams.reg]
  145. HKR, VendorSpecific,        SxbImageFile,    0x00000000, "sxbfep.bin"
  146. HKR, VendorSpecific,        BiosImageFile,    0x00000000,    "sxbbios.bin"
  147. ;**************************************************************************************
  148. ; Common Driver File List Section
  149. ;**************************************************************************************
  150. [CommonDriver.CopyFiles]
  151. digisxb.sys            ; Lower Layer Driver
  152. digilan.sys            ; Upper Layer Frame Relay Driver
  153. digiwanx.sys            ; Upper Layer WAN routing Driver
  154.  
  155. ;**************************************************************************************
  156. ; INF File List Section
  157. ;**************************************************************************************
  158. [UpperLevelDriverInstallers.CopyFiles]
  159. pvc.inf
  160. svc.inf
  161. ;**************************************************************************************
  162. ; Prop Page File List Section
  163. ;**************************************************************************************
  164. [PropPages.CopyFiles]
  165. syncprop.dll            ; Prop Page Helper
  166.  
  167. ;**************************************************************************************
  168. ; SNMP MIB DLL's List Section
  169. ;**************************************************************************************
  170. [SNMPDLL.CopyFiles]
  171. sxb1317.dll
  172. sxb1315.dll
  173. sxb1381.dll
  174. sxb1382.dll
  175.  
  176. ;**************************************************************************************
  177. ; PCI/ISA SyncPort File List Section
  178. ;**************************************************************************************
  179. [WanLinksPciSyncPort.CopyFiles]
  180. sxbbios.pci
  181. sxbfep.pci
  182.  
  183. [WanLinksIsaSyncPort.CopyFiles]
  184. sxbbios.bin
  185. sxbfep.bin
  186.  
  187. [Help.CopyFiles]
  188. syncprop.hlp
  189. syncprop.cnt
  190.  
  191.  
  192. ;**************************************************************************************
  193. ; Destination Directories
  194. ;**************************************************************************************
  195. [DestinationDirs]
  196. CommonDriver.CopyFiles            = 12 ; Windows Drivers Directory
  197. WanLinksPciSyncPort.CopyFiles        = 12,Digi\WanLinks ; Wan Links Image Directory (see reg above)
  198. WanLinksIsaSyncPort.CopyFiles       = 12,Digi\WanLinks ; Wan Links Image Directory (see reg above)
  199. UpperLevelDriverInstallers.CopyFiles    = 10,inf ; Windows INF directory
  200. PropPages.CopyFiles                = 11 ; Windows System Directory
  201. SNMPMIB.CopyFiles               = 11 ; Windows System Directory
  202. Help.CopyFiles            = 11 ; Windows System Directory
  203. ;**************************************************************************************
  204. ; Localizable Strings
  205. ;**************************************************************************************
  206. [strings]
  207.  
  208. DIGI="Digi International, Inc."
  209.  
  210. WanLinksPciSyncPort.DeviceDesc  = "Digi SyncPort - PCI 2 Port (X.25/FR)"
  211. WanLinksIsaSyncPort.DeviceDesc  = "Digi SyncPort - ISA 2 Port (X.25/FR)"
  212.  
  213. WanLinksSyncPort.HelpText = "This adapter enables your machine to access the network using X.25 and Frame Relay"
  214. WanLinksPRIme.HelpText = "This adapter enables your machine to access the network using PRI, X.25 and Frame Relay"
  215.  
  216. DIGISXB.DispName = "Digi Wan Links SyncPort Adapter Driver"
  217.  
  218.  
  219.